type net/http.http2randomWriteScheduler
7 uses
net/http (current package)
h2_bundle.go#L12054: return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
h2_bundle.go#L12057: type http2randomWriteScheduler struct {
h2_bundle.go#L12070: func (ws *http2randomWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
h2_bundle.go#L12074: func (ws *http2randomWriteScheduler) CloseStream(streamID uint32) {
h2_bundle.go#L12083: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
h2_bundle.go#L12087: func (ws *http2randomWriteScheduler) Push(wr http2FrameWriteRequest) {
h2_bundle.go#L12101: func (ws *http2randomWriteScheduler) Pop() (http2FrameWriteRequest, bool) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |